悟空视频

    在线播放云盘网盘BT下载影视图书

    Android Studio 3.6 Development Essentials - 图书

    2020计算机·数据库
    导演:Neil Smyth
    The popularity of Kotlin as an Android-compatible language keeps growing every day. This book will help you build your own Android applications using Kotlin.Android Studio 3.6 Development Essentials – Kotlin Edition first shows you how to install Android development and test environments on different operating systems. Next, you will create an Android app and a virtual device in Android Studio and install an Android application on an emulator. You will test apps on emulators and on physical Android devices. Next, you’ll explore the features of Android Studio 3.6, Android 10, and Android architecture. The focus then shifts to the Kotlin language. You’ll be given an overview of Kotlin, and practice converting code from Java to Kotlin. You’ll also explore data types, operators, expressions, loops, functions, and the basics of OOP in Kotlin. The book will then cover Android Jetpack and how to create an example app project using the ViewModel component. You’ll study advanced topics such as views and widget implementation, multi-window support integration, and biometric authentication. Finally, you will learn to upload your app to the Google Play Console and handle the build process with Gradle.By the end of this book, you will have gained the knowledge and skills required to develop powerful Android applications using Kotlin.
    Android Studio 3.6 Development Essentials
    图书

    Mastering Android Studio 3 - 图书

    2017计算机·编程设计
    导演:Kyle Mew
    This book targets developers, with experience of developing for Android, who are new to Android Studio or wish to migrate from another IDE such as Eclipse. This book will show you how to get the utmost from this powerful tool.
    Mastering Android Studio 3
    搜索《Mastering Android Studio 3》
    图书

    Android Studio Cookbook - 图书

    2015计算机·编程设计
    导演:Mike van Drongelen
    This book is for developers that are already familiar with programming concepts and have already started creating apps for the Android platform, for example, by using the Eclipse IDE. It is for developers who intend to use Android Studio as their primary IDE or want to use Android Studio more efficiently.
    Android Studio Cookbook
    搜索《Android Studio Cookbook》
    图书

    Odoo 12 Development Essentials - 图书

    2018计算机·软件学习
    导演:Daniel Reis
    Odoo is one of the best platforms for open source ERP and CRM. Its latest version, Odoo 12, brings with it new features and updates in Python packages to develop more customizable applications with additional cloud capabilities.The book begins by covering the development essentials for building business applications. You will start your journey by learning how to install and configure Odoo, and then transition from having no specific knowledge of Odoo to being ready for application development. You will develop your first Odoo application and understand topics such as models and views. Odoo 12 Development Essentials will also guide you in using server APIs to add business logic, helping you lay a solid foundation for advanced topics. As you progress through the chapters, you will be equipped to build and customize your applications and explore the new features in Odoo 12, such as cloud integration, to scale your business applications. You will get insights into building business logic and integrating various APIs into your application.By the end of the book, you will be able to build a business application from scratch by using the latest version of Odoo.
    Odoo 12 Development Essentials
    搜索《Odoo 12 Development Essentials》
    图书

    Clojure Web Development Essentials - 图书

    2015计算机·编程设计
    导演:Ryan Baldwin
    This book is for anyone who's worked with Clojure and wants to use it to start developing applications for the Web. Experience or familiarity with basic Clojure syntax is a must, and exposure to Leiningen (or other similar build tools such as Maven) would be helpful.
    Clojure Web Development Essentials
    搜索《Clojure Web Development Essentials》
    图书

    Less Web Development Essentials - 图书

    2014计算机·计算机综合
    导演:Bass Jobsen
    Written in a practical and concise manner, this book is a crashcourse in teaching you the fundamental concepts of Less with reallife examples and problems.If you use CSS(3) in your web development tasks and would love to learn how to create maintainable and reusable code with Less, this book is ideal for you. Although you need to have some experience in web development, even beginners will find that this book is useful.
    Less Web Development Essentials
    搜索《Less Web Development Essentials》
    图书

    Haxe Game Development Essentials - 图书

    2015计算机·编程设计
    导演:Jeremy McCurdy
    This book is for game developers with some experience programming games on one or more platforms already. If you want to leverage your game development experience on one platform to develop for multiple platforms and to get up and running quickly, this book is for you. Having prior experience with a language similar to Haxe, such as ActionScript or JavaScript will help, but isn't required.
    Haxe Game Development Essentials
    搜索《Haxe Game Development Essentials》
    图书

    Unity 5 for Android Essentials - 图书

    2015计算机·编程设计
    导演:Valera Cogut
    Unity is a very popular and effective technology for creating 2D and 3D games and applications. The Unity rendering engine provides great real-time rendering of high quality graphics without too much cost and effort. It boasts industry leading multi-platform support and world class monetization and retention services for mobile games, making it the first choice for many game developers across the world. Unity 5 is a great starting point for game developers looking to develop stunning and robust games.Starting with a refresher on the basics of Unity 5, this book will take you all the way through to creating your first custom game. By the end of the book, you will understand how to work with all the aspects of Unity 5. You will quickly explore all the major key features of the Unity 5 engine and learn to implement real-world Android game and application features in practice.We begin by introducing how to set up the Android SDK on Windows and Mac OS X and configure Unity 5 settings for the Android platform. As you progress through the chapters, you will learn to implement innovative and user-friendly features with the aid of real-world examples. You will explore how to render high quality graphics with physically-based shaders and global illumination to enhance your project’s performance. Building on this, you will then learn to transform your native C# and JavaScript code into Unity scripts. Best practices to improve your Android games will also be discussed to help you create games fast and efficiently. Finally, putting together all these concepts, you will learn to create your own Android game from scratch.This book will teach you how to harness the benefits of different tools to become proficient at game design and development processes.
    Unity 5 for Android Essentials
    搜索《Unity 5 for Android Essentials》
    图书

    Android Development with Kotlin - 图书

    2017计算机·编程设计
    导演:Marcin Moskala Igor Wojda
    This book is for developers who have a basic understanding of Java language and have 6-12 months of experience with Android development and developers who feel comfortable with OOP concepts.
    Android Development with Kotlin
    搜索《Android Development with Kotlin》
    图书

    Learning Android Application Development - 图书

    2016计算机·编程设计
    导演:Raimon Ràfols Montané Laurence Dawson
    Data structures allow you to organize data in a particular way efficiently. They are critical to any problem, provide a complete solution, and act like reusable code.In this book, you will learn the essential Python data structures and the most common algorithms.With this easy-to-read book, you will be able to understand the power of linked lists, double linked lists, and circular linked lists. You will be able to create complex data structures such as graphs, stacks and queues. We will explore the application of binary searches and binary search trees. You will learn the common techniques and structures used in tasks such as preprocessing, modeling, and transforming data. We will also discuss how to organize your code in a manageable, consistent, and extendable way. The book will explore in detail sorting algorithms such as bubble sort, selection sort, insertion sort, and merge sort.
    Learning Android Application Development
    搜索《Learning Android Application Development》
    图书
    加载中...